Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2024

Bumps pymobiledevice3 from 2.46.1 to 4.1.3.

Release notes

Sourced from pymobiledevice3's releases.

v4.1.3

What's Changed

Full Changelog: doronz88/pymobiledevice3@v4.1.2...v4.1.3

v4.1.2

What's Changed

Full Changelog: doronz88/pymobiledevice3@v4.1.1...v4.1.2

v4.1.1

What's Changed

Full Changelog: doronz88/pymobiledevice3@v4.1.0...v4.1.1

v4.1.0

What's Changed

Full Changelog: doronz88/pymobiledevice3@v4.0.0...v4.1.0

v4.0.0

Highlights

This version refactors the whole RemoteXPC API stack to be fully asyncio. For CLI users this change is completely transparent (except for being much faster! ⚡️)

For python API users, this means creating and connecting a RemoteServiceDiscoveryService clients will now require an active asyncio loop.

The project's README file was updated aswell to reflect this API change:

# Or you could connect manually to a specific tunnel created by `start-tunnel`
host = 'fded:c26b:3d2f::1'
port = 65177
async with RemoteServiceDiscoveryService((host, port)) as rsd:
    # you can now use this connection as any other LockdownClient connection
    pass
Alternatively, you can use this API not in a context-manager
rsd = RemoteServiceDiscoveryService((host, port))
await rsd.connect()
await rsd.close()
</tr></table>

... (truncated)

Commits
  • 2b5621e Merge pull request #945 from doronz88/bugfix/pre-v1-qh3
  • ea364f0 requirements: qh3>=0.11.5,<1.0.0
  • 9713fab Merge pull request #944 from m1stadev/master
  • b87e443 requirements: pyimg4 == 0.8
  • 4da8be8 Merge pull request #942 from doronz88/bugfix/safe-close
  • d3a7003 remote: fix triggering of close() when endpoint isn't connected
  • 3a6203c cli: simulate-location: add time randomness argument
  • 7df2de1 Merge pull request #938 from doronz88/refactor/remotexpc-to-asyncio
  • 251a261 remotexpc: refactor to use asyncio
  • 6d2275c Merge pull request #939 from doronz88/bugfix/dvt-oslog
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pymobiledevice3](https://github.com/doronz88/pymobiledevice3) from 2.46.1 to 4.1.3.
- [Release notes](https://github.com/doronz88/pymobiledevice3/releases)
- [Changelog](https://github.com/doronz88/pymobiledevice3/blob/master/NEWS.md)
- [Commits](doronz88/pymobiledevice3@v2.46.1...v4.1.3)

---
updated-dependencies:
- dependency-name: pymobiledevice3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 17, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 18, 2024

Superseded by #30.

@dependabot dependabot bot closed this Apr 18, 2024
@dependabot dependabot bot deleted the dependabot/pip/pymobiledevice3-4.1.3 branch April 18, 2024 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant